home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4793 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: qualcomm.com!usenet
  2. From: nabbasi@qualcomm.com (Nasser Abbasi)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Dying to start on C++ - Reference Books please for MS C++ 1.5 & 4.0
  5. Date: 1 Feb 1996 04:15:40 GMT
  6. Organization: QUALCOMM
  7. Message-ID: <4epepc$fi0@qualcomm.com>
  8. References: <4epd4t$asu@newsbf02.news.aol.com>
  9. NNTP-Posting-Host: nabbasi.qualcomm.com
  10. Mime-Version: 1.0
  11. X-Newsreader: WinVN 0.93.14
  12.  
  13. In article <4epd4t$asu@newsbf02.news.aol.com>, vraghavach@aol.com says...
  14. >
  15. >Can somebody suggest books which not only teaches C but also the 
  16. concepts
  17. >on 
  18. >which C++ and OOP are based. I use MS C++ 1.5 and MS C++ 4.0
  19. >
  20.  
  21. A very good book is the book by Booch on OOD/OOA , examples are done
  22. in C++, this book do not teach C++ per say, it teaches OOA/OOD but
  23. uses C++ as the tool to express the implementations of the ideas. 
  24. Any good tech book store should have it, just ask for the OO book
  25. by Booch, it is second edtion, not sure now what the exact title is, it
  26. is 1994 edition.
  27.  
  28. You also need the C++ programming language book, second edition by
  29. Stroustrup, as a language reference. I also like the book "design and
  30. evolution (sp?) of C++" by Stroustrup, This book gives insight about
  31. some of the reasoning behind the design of C++, I have just started
  32. reading this few days ago, and it is pretty good, it talks about some of
  33. the new things being considered to go into the C++ ansi standard such 
  34. as auto pointers, dynamic type identification, the new different ways of 
  35. doing casting and how they are used etc..
  36.  
  37. Nasser
  38.  
  39.  
  40.  
  41.  
  42.